﻿header {
    background-color: #3a943e;
}
.button.blue:hover {
    background-color: #028ec7;
    color: #fff;
    text-decoration: none;
}
.colored {
    color: #115614 !important;
}
.navigation {
    margin-bottom: 1rem;
}
.navigation li {
    margin-bottom: 0rem;
}

.logo a .title {
    font-size: 24pt;
    line-height: 1.9;
}
.login {
    background: #fff;
    border: solid 1px #dadada;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}

    .login .button {
        width: 100%;
        margin-top: 15px;
    }

    .login .label {
        text-align: left;
    }

.ms-formfieldvaluecontainer > span > input[type=text] {
    width: 100%
}

.article-content {
    margin-bottom: 20px;
}

    .article-content .ms-formfieldlabelcontainer .ms-formfieldlabel {
        padding: 15px 0 5px 0;
        display: block;
    }

    .article-content .ms-formfieldvaluecontainer .ms-rtestate-write {
        border: 1px solid #D1D1D1;
        border-radius: 4px;
    }

#ctl00_PlaceHolderMain_ctl00_RichHtmlField_EmptyHtmlPanel {
    border: 1px solid #D1D1D1;
    border-radius: 4px;
}

.login .ouAuthGOV {
    border-top: 1px solid #DADADA;
    margin-top: 20px;
}
    .login .ouAuthGOV span {
        display: block;
        margin-top: -12px;
        background: white;
        width: 50px;
        margin: -10px auto 20px auto;
        font-size: 11pt
    }

.login .tituloAuthGOV {
    font-size: 11pt;
}

.login .btnAuthGOV {
    background: #009FE0 url('/style library/portal/img/logo_autenticacao_gov.png') center no-repeat;
    margin-top: 10px;
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
}

.autorizacao {
    background-color: #fff19d;
    border: 1px solid #d7d889;
    border-left: 10px solid #d7d889;
    color: #444;
    padding: 10px;
}

    .autorizacao label {
        font-size: 10.5pt;
        display: inline;
    }


.portal .searchSelect,
.portal #txtIntervaloDatas {
    /* -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #2d2d2d;
    position: relative;
    right: -3px;
    vertical-align: top;
    border-radius: 0px;
    height: 33px;
    margin-bottom: 5px;
    width: 250px;
    border-color: #818181;
    margin-right: 10px;
}

.portal .searchInput {
    font-size: 10pt !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.button {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    background-color: white;
}

    .pagination-ys table > tbody > tr,
    .pagination-ys > td {
        background-color: white !important;
    }

        .pagination-ys table > tbody > tr > td {
            display: inline;
            background-color: white !important;
            border: none;
        }

        .pagination-ys table > tbody > tr > td {
            display: inline;
        }


            .pagination-ys table > tbody > tr > td > a,
            .pagination-ys table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                color: #dd4814;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                margin-left: -1px;
            }

            .pagination-ys table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                margin-left: -1px;
                z-index: 2;
                color: #aea79f;
                background-color: #f5f5f5;
                border-color: #dddddd;
                cursor: default;
            }

            .pagination-ys table > tbody > tr > td:first-child > a,
            .pagination-ys table > tbody > tr > td:first-child > span {
                margin-left: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .pagination-ys table > tbody > tr > td:last-child > a,
            .pagination-ys table > tbody > tr > td:last-child > span {
                border-bottom-right-radius: 4px;
                border-top-right-radius: 4px;
            }

            .pagination-ys table > tbody > tr > td > a:hover,
            .pagination-ys table > tbody > tr > td > span:hover,
            .pagination-ys table > tbody > tr > td > a:focus,
            .pagination-ys table > tbody > tr > td > span:focus {
                color: #97310e;
                background-color: #eeeeee;
                border-color: #dddddd;
            }

    .pagination-ys table {
        border: none;
        margin: 0px;
    }

    .pagination-ys > td {
        padding: 5px !important;
    }

.cards {
    margin: 30px 0 0;
}

.atualizado-em {
    margin: 3px 0 20px;
    color: #888;
    font-size: 9pt;
}

.card {
    width: 100%;
    color: white;
}

    .card.atributos {
        background: #ffb822;
    }

.card.assinaturas {
    background: #28a745;
}

.card .card-body {
    padding: 1.25rem 1.25rem;
    font-size: 28pt;
    position: relative;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -10px;
    right: -20px;
    font-size: 7rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.card .card-footer {
    padding: 1rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.hidden {
    display: none;
}

.separador-vertical {
    height: 33px!important;
}